home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Multimedia / AVStoDVD / AVStoDVD_Portable.exe / AVStoDVD_Portable / VobSub / VSRip Command Line Options.txt < prev    next >
Text File  |  2009-08-06  |  2KB  |  53 lines

  1. # usage: rundll32 vobsub.dll,Configure <paramfile>
  2. #
  3. # inputpath\vts_01_0.ifo (inputpath\vts_01_*.vob exist)
  4. # outputpath\onlythefiletitlehere (outputpath can be the same as the inputpath)
  5. # 1 .. n
  6. # - selects the program chain (set the same pgc you did at the dvd ripper program)
  7. # 0, 1 .. 9 + v1c1 .. v99c99
  8. # - 0: indexes everything (not recommended for multi-angle dvds)
  9. # - 1 .. n: only processes vob/cell ids from this angle
  10. # - v1 c1 .. v99 c99: processes the specified vob and cell ids, specifying the cell is optional,
  11. # but then only the cells belonging to the current PGC will be included
  12. # 0 .. en .. cc .. ALL (can be mixed)
  13. # - 0-31: stream number
  14. # - en, hu, fr, ..: stream id
  15. # - cc: closed caption
  16. # - ALL: everything
  17. # CLOSE:
  18. # - the progress dialog will close itself after finishing (optional)
  19. # SHOW:
  20. # - shows config dialog when complete (optional)
  21. # RESETTIME:
  22. # - if you want to index a specified vob/cell id and not the whole PGC from the beginning,
  23. # then the timestamps will start counting from there (optional)
  24. #
  25. # example:
  26. # --------- cut here and remove comment signs -------
  27. # e:\video_ts\vts_01_0.ifo
  28. # c:\vts\example1
  29. # 1
  30. # 0
  31. # 1 en 3 hu fr 9 cc
  32. # SHOW
  33. # ----------------- cut here ends -------------------
  34. #
  35. # another example:
  36. # --------- cut here and remove comment signs -------
  37. # e:\video_ts\vts_01_0.ifo
  38. # c:\vts\example2
  39. # 6
  40. # 2
  41. # ALL
  42. # CLOSE
  43. # ----------------- cut here ends -------------------
  44. #
  45. # another example:
  46. # --------- cut here and remove comment signs -------
  47. # e:\video_ts\vts_01_0.ifo
  48. # c:\vts\example2
  49. # 6
  50. # 1 v1 v2 c1 c2 c3 c4 v4 c1 v7 v10 v11
  51. # ALL
  52. # CLOSE
  53. # ----------------- cut here ends -------------------